/ Assembly List / LJCDBClientLib / ObjectManager`2 / CreateCollection

Namespace - LJCDBClientLib


Parameters
dbResult - The result object.

Returns

The data object collection.

Syntax

C#
public TList CreateCollection(DbResult dbResult)

Creates a Data Object collection from the result records.

Remarks

This method is available instead of using LJC.DBMessage.ResultConverter because it uses the TList and TData already defined in this object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.